CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 退火 TSP

搜索资源列表

  1. annealing

    0下载:
  2. 模拟退火算法求解TSP问题,求解TSP问题的模拟退火算法- The simulation 閫
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2323
    • 提供者:陈晶晶
  1. monituihuo3

    0下载:
  2. 模拟退火解巡视路线(Tsp)-simulated annealing line inspection solution (Tsp)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1473
    • 提供者:吴信斌
  1. aiwa

    0下载:
  2. TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序-Traveling Salesman Problem (TSP, the traveling salesman problem), simulated annealing algorithm common source malab
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1038
    • 提供者:胡永生
  1. tuihou

    0下载:
  2. 用VC++方法实现模拟退火算法,解决TSP问题-VC method of simulated annealing algorithm to solve TSP
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:687803
    • 提供者:huangfu_dapeng
  1. SA_TSA

    0下载:
  2. Java 编写的模拟退火算法解决TSP问题源程序(附带144城市地图)-Java prepared by the simulated annealing algorithm to solve TSP source (with 144 city maps)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1254233
    • 提供者:nt
  1. trp

    0下载:
  2. SA-TSP 模拟退火算法求解旅行商问题-SA - TSP simulated annealing algorithm for the traveling salesman problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:898
    • 提供者:吴勇
  1. SAOFC

    0下载:
  2. 基于C++语言的改进TSP模拟退火算法.-based on the C language to improve TSP simulated annealing algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:627003
    • 提供者:zhangtao
  1. tigongyuanma

    0下载:
  2. 该文件包共有5个文件 TSP--传统算法---说明TSP的传统算法实践 背包问题----0-1背包问题的传统算法实践 模拟退火算法----模拟退火算法实现TSP问题 我的通讯录----我整理写的个人通讯录 遗传算法----遗传算法解决TSP问题
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10829871
    • 提供者:lisanshi2006
  1. swap

    0下载:
  2. 该程序是用于求解tsp问题,采用模拟退火的算法。(Solving the TSP problem)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:呀呀0414
  1. Untitled5

    0下载:
  2. 给定城市坐标,通过模拟退火求解TSP问题(Given the city coordinates, solve the TSP problem by simulated annealing)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:JJJ111
  1. Untitled6

    0下载:
  2. 随机生成坐标,利用模拟退火求解TSP问题(Randomly generate coordinates, using simulated annealing to solve TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:JJJ111
  1. MATLAB

    0下载:
  2. 本文件主要是解决TSP问题的模拟退化算法,并对算法进行了一些的改进和调整。(Analog degradation algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:5120
    • 提供者:Aaron Vans
  1. matlab

    0下载:
  2. 用于解决TSP的启发式算法的matlab程序,包含模拟退火算法与遗传算法。(Matlab program for solving TSP heuristic algorithm, including simulated annealing algorithm and genetic algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:82944
    • 提供者:canlee1992
  1. Simulated annealing algorithm

    0下载:
  2. 分析用模拟退火算法解决TSP问题时的编码方式、新解产生的方法等内容。(This paper analyzes the encoding method and new solution method of simulated annealing algorithm to solve TSP problem.)
  3. 所属分类:控制台编程

    • 发布日期:2018-01-04
    • 文件大小:6144
    • 提供者:小安雅
  1. arithmetic

    0下载:
  2. 用Java分别实现了遗传、模拟退火、BP的旅行商问题(The traveling salesman problem of heredity, simulated annealing and BP was realized by Java)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:367616
    • 提供者:于鱼鱼
  1. SA_TSP

    0下载:
  2. 介绍模拟退火算法,并应用到TSP问题上。并附有小程序(Introduce simulated annealing algorithm and apply it to TSP problem. With a small program)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:489472
    • 提供者:烟艹
  1. SA_tsp

    0下载:
  2. 利用matlab软件,应用模拟退火算法解决31个城市的TSP问题(Using Matlab software to apply simulated annealing algorithm to solve TSP problems in 31 cities)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:csuyq
  1. ACO

    0下载:
  2. 蚁群算法是一种新型的模拟进化算法,鉴于目前国内尚缺乏这一方面的研究,其研究刚刚开始,远未像遗传算法、模拟退火算法等算法那样行程系统的分析方法和坚实的数学基础,有许多问题有待进一步研究,如算法的收敛性、理论依据等更多细致的工作还有待于进一步展开。(The ant colony algorithm is a novel simulated evolutionary algorithm, given the current lack of the research on this aspect, th
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:184320
    • 提供者:lyhing
  1. 各种算法解决TSP问题

    1下载:
  2. 禁忌算法、遗传算法、模拟退火算法、蚁群算法等等解决TSP问题。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 模拟退火求解TSP

    0下载:
  2. 采用了模拟退火的方法求解旅行商问题,求解快速且准确。
  3. 所属分类:matlab例程

« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 21 »
搜珍网 www.dssz.com